Silverlight 3 custom control: only 'int' as numeric type for a property? [e.g. long or int64 seems t
Posted
by Vinzz
on Stack Overflow
See other posts from Stack Overflow
or by Vinzz
Published on 2010-05-07T09:22:46Z
Indexed on
2010/05/07
9:28 UTC
Read the original article
Hit count: 238
silverlight-3.0
Hi,
I'm trying to add a new property to a Silverlight 3 custom control of mine. An int property works perfectly, but if I change it to a long or an int64, I've got a xaml parser exception on runtime.
Do you know if it's a known restriction in SL3?
© Stack Overflow or respective owner